Introduction
Table of Contents


wxEuphoria v0.11.0
Wrapper for wxWidgets
by Matt Lewis
mattlewis@users.sourceforge.net
wxEuphoria is an implementation of wxWidgets by Julian Smart, et. al. for Euphoria. wxWidgets is a cross platform GUI library. The wxWidgets library is compiled into a DLL/SO, and is linked to by Euphoria code. This version of wxEuphoria requires library build #11. wxEuphoria is licensed under the wxWidgets license (see the license folder).

code DISCLAIMER: THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFIT; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. endcode

Other licensing issues

code Files Included: * Documentation + see wxEuphoria/docs + install.txt * Licenses + gpl + jpeg-readme.txt + lgpl.txt + licence.txt + tiff-copyright.txt * Library: + wxeud.e * Demos: see the demo subdirectory Files not included (with library source) * libwxeu.dll * libwxeu.so * wxWidgets source code and documentation (go to www.wxwidgets.org) * Euphoria v3.0 or later endcode